 |
API Documentation
|
|
47 void setVal (
unsigned int index, T value) ;
56 T
getVal (
unsigned int index)
const ;
88 typename std::vector<T>::reference
operator[] (
size_t index) ;
std::vector< T >::reference operator[](size_t index)
T getVal(unsigned int index) const
InfiniteMask< unsigned long long > InfiniteInt64Mask
Typedefed unsigned long long mask.
Definition: InfiniteMask.h:138
bool checkSubPartFill(const InfiniteMask< T > &other, unsigned int begin, unsigned int end) const
A more generic version of the InfiniteBitMask.
Definition: InfiniteMask.h:15
bool operator==(const InfiniteMask< T > &other) const
InfiniteMask< char > InfiniteByteMask
Typedefed char mask.
Definition: InfiniteMask.h:135
InfiniteMask(const InfiniteMask< T > &other)
unsigned int getOrder() const
InfiniteMask< short > InfiniteShortMask
Typedefed short mask.
Definition: InfiniteMask.h:136
bool operator!=(const InfiniteMask< T > &other) const
bool operator<(const InfiniteMask< T > &other) const
InfiniteMask & operator=(const InfiniteMask< T > &other)
InfiniteMask(InfiniteMask< T > &&other)
void setVal(unsigned int index, T value)
bool checkSubPartEquality(const InfiniteMask< T > &other, unsigned int begin, unsigned int end) const
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
void resize(unsigned int size)
InfiniteMask< int > InfiniteIntMask
Typedefed int mask.
Definition: InfiniteMask.h:137